gtkframe: format fix
authorCarlos Soriano <csoriano@gnome.org>
Sat, 26 Dec 2015 19:52:53 +0000 (20:52 +0100)
committerCarlos Soriano <csoriano@gnome.org>
Sat, 26 Dec 2015 19:52:53 +0000 (20:52 +0100)
gtk/gtkframe.c

index da96b8f6c5d59c57434cbed691d4b94cb4e2c9db..19b25713847772a7de4b4d13642ed0f62acc450f 100644 (file)
@@ -892,8 +892,6 @@ gtk_frame_real_compute_child_allocation (GtkFrame      *frame,
   child_allocation->y = allocation.y + border_width + height;
   child_allocation->width = MAX (1, allocation.width - 2 * border_width);
   child_allocation->height = MAX (1, allocation.height - 2 * border_width - height);
-
-
 }
 
 static void